C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / Columns Property

In This Topic
Columns Property (TransposedGrid<T>)
In This Topic
Gets the grid's column collection.
Syntax
'Declaration
 
<JsonAttribute(2)>
Public Overridable ReadOnly Property Columns As IList(Of Column)
 
See Also